Xbasic

A5_Get_FilesUpdatedSince Function

Syntax

File_List as C = a5_get_filesUpdatedSince(C pattern ,T reference_time )

Arguments

pattern

A path and file specification that selects a directory and file type(s).

reference_time

A time before which files must have been updated. Type

Returns

File_ListCharacter

A CR-LF delimited list of files.

Description

The A5_Get_FilesUpdatedSince() function returns a CR-LF delimited list of files updated since a specified time.

Example

dim tt as T
tt = ctot("11:00")
? a5_get_filesupdatedsince("c:\documents\alphafivehelp\*.htm", tt)
= c:\documents\alphafivehelp\A5_EXTRACT_ADVANCE().htm
c:\documents\alphafivehelp\Add_to_Doc.htm
c:\documents\alphafivehelp\Alpha_Five_Help.htm
...

See Also